home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / features / dream.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1997-01-12  |  259 b   |  11 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   set the cursor of sprite 6 to IQcursor
  5.   set the cursor of sprite 7 to IQcursor
  6.   set the cursor of sprite 14 to IQcursor
  7.   repeat with i = 30 to 38
  8.     set the cursor of sprite i to IQcursor
  9.   end repeat
  10. end
  11.